'Declaration
Public Event ExceptionChanged As EventHandler
'Usage
Dim instance As UABaseVariable(Of TValue,TAttribute) Dim handler As EventHandler AddHandler instance.ExceptionChanged, handler
public event EventHandler ExceptionChanged
public: event EventHandler^ ExceptionChanged